crypto/tls.clientHelloMsg.raw (field)
10 uses
crypto/tls (current package)
handshake_client_tls13.go#L252: hs.hello.raw = nil
handshake_messages.go#L71: raw []byte
handshake_messages.go#L101: if m.raw != nil {
handshake_messages.go#L102: return m.raw, nil
handshake_messages.go#L313: m.raw, err = b.Bytes()
handshake_messages.go#L314: return m.raw, err
handshake_messages.go#L347: if m.raw != nil {
handshake_messages.go#L353: b := cryptobyte.NewFixedBuilder(m.raw[:lenWithoutBinders])
handshake_messages.go#L361: if out, err := b.Bytes(); err != nil || len(out) != len(m.raw) {
handshake_messages.go#L370: *m = clientHelloMsg{raw: data}
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |